home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineButton2_367 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-09-24  |  383 b   |  17 lines

  1. on(press){
  2.    if(_root.carS._currentframe !== 1)
  3.    {
  4.       loadVariablesNum("http://gamefilez.mofunzone.com/game_scores/rocket_car_2/mfz2.php",0);
  5.       _root.menuM.stop();
  6.       _root.MenuFade.gotoAndPlay(2);
  7.       if(_root.extra)
  8.       {
  9.          _root.gotoAndStop("extra");
  10.       }
  11.       if(!_root.extra)
  12.       {
  13.          _root.where = "tutorial";
  14.       }
  15.    }
  16. }
  17.